home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / dulib.lzh / DU_LIB / MINTPAT.C < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  324 b   |  22 lines

  1. /*
  2.   DU_LIB v2
  3.   Gem Window Management & Dialog Library For Lattice C
  4.   ©1994,1995 by Craig Graham.
  5.  
  6.   Based on the DU_LIBv1 Library for HiSoft Basic.
  7. */
  8.  
  9. /*
  10.     Patches to the MiNT-libs so that I can still use the Lattice GEM
  11.     library.
  12. */
  13.  
  14. #ifdef _DULIB_FOR_MINT
  15.  
  16. void _XCEXIT(void)
  17. {
  18.     exit(0);
  19. }
  20.  
  21. #endif
  22.